func testing.fmtDuration

6 uses

	testing (current package)
		example.go#L69: 	dstr := fmtDuration(timeSpent)
		fuzz.go#L411: 	dstr := fmtDuration(f.duration)
		fuzz.go#L657: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L738: func fmtDuration(d time.Duration) string {
		testing.go#L1383: 				root.flushToParent(root.name, "--- FAIL: %s (%s)\n", root.name, fmtDuration(d))
		testing.go#L1755: 	dstr := fmtDuration(t.duration)